home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr41 / mshell10.zip / SAMPLE.BAT < prev   
DOS Batch File  |  1993-04-13  |  538b  |  14 lines

  1. @ECHO OFF
  2. REM        This could be used to decompress a Mod:
  3. REM        Lharc x %1 %2
  4. REM                       %1 is the compressed file
  5. REM                       %2 is the directory to decompress it to
  6. REM
  7. REM        A .BAT file could also be created to play the Mod:
  8. REM        PROMOD %1 -E
  9. REM                    \
  10. REM                     That parameter can't be passed from Mod Shell
  11. REM                     because it is after the Mod file parameter.
  12. REM                     Only a .BAT file can solve such a problem.
  13.  
  14.